AppointmentResources Property |
Represents a scheduled resource for the appointment.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Attendee> Resources { get; }Public ReadOnly Property Resources As IList(Of Attendee)
Get
Property Value
Type:
IListAttendeeThe resources.
See Also